home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / braunusa.dir / 00317_Script_317 < prev    next >
Text File  |  1994-11-29  |  314b  |  19 lines

  1. on exitFrame
  2.   if rollover(7) then
  3.     go to frame "b1"
  4.   else if rollover(8) then
  5.     go to frame "b2"
  6.   else 
  7.     go to frame "menu" 
  8.   end if
  9. end  
  10.  
  11. on enterFrame
  12.   
  13.   global pnt
  14.   
  15.   set the cursor of sprite 3 to 0
  16.   set the cursor of sprite 4 to 0
  17.   
  18.   set the cursor of sprite 20 to pnt
  19. end